From 2e22430442557ebd552ed2961091020ffa983366 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 10 Nov 2025 21:30:36 +0100 Subject: [PATCH] luci-app-chrony: let 'allow' sections 'interface' choose multiple entries chrony init script parses multiple entries correctly. Signed-off-by: Paul Donald --- .../luci-app-chrony/htdocs/luci-static/resources/view/chrony.js | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/luci-app-chrony/htdocs/luci-static/resources/view/chrony.js b/applications/luci-app-chrony/htdocs/luci-static/resources/view/chrony.js index fbd123ec8c..8fc4f4b311 100644 --- a/applications/luci-app-chrony/htdocs/luci-static/resources/view/chrony.js +++ b/applications/luci-app-chrony/htdocs/luci-static/resources/view/chrony.js @@ -36,6 +36,7 @@ return view.extend({ _('Choose IP ranges from this interface to set them as allowed ranges.') + '
' + _('Choose a wan interface to allow from all IPs.') + '
' + _('Additional firewall configuration is required if you intend wan access.')); + o.multiple = true; o.nocreate = true; o.rmempty = false; -- 2.30.2